home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / pgm_util / callli / calllist.bas next >
Encoding:
BASIC Source File  |  1994-10-17  |  361 b   |  7 lines

  1. Declare Function bitblt Lib "GDI" (ByVal hDestDC As Integer, ByVal X As Integer, ByVal Y As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal hSrcDC As Integer, ByVal XSrc As Integer, ByVal YSrc As Integer, ByVal dwRop As Long) As Integer
  2.  
  3. Global Const SRCCOPY = &HCC0020 ' (DWORD) dest = source
  4.  
  5. Global sublist2(2000, 50) As String * 50
  6.  
  7.